home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / PGP 2.6 / rsaref Toolkit / doc / install.txt next >
Text File  |  1992-03-03  |  744b  |  18 lines

  1. To build RSAREF, copy the makefile for your operating system from the
  2. 'install' subdirectory to the 'test' subdirectory. Then run your
  3. operating system's 'make' program from the 'test' subdirectory. The
  4. makefile will compile the RSAREF source code and build the
  5. demonstration program. Makefiles are found in subdirectories of the
  6. 'install' subdirectory:
  7.  
  8.      dos       Personal Computer running DOS, Microsoft C v6.00a
  9.      mac       Macintosh running System 7, MPW 3.2
  10.      unix      NeXTStation, DECStation 3100, SPARCStation 1
  11.      vax       MicroVAX II running VMS
  12.  
  13. For example, suppose you are running DOS with Microsoft's NMAKE
  14. utility. From the 'test' directory you would run the commands:
  15.  
  16.      copy ..\install\dos\makefile
  17.      nmake
  18.